My apologies on the scantiness of this, but I want to get this out before I go on vacation. There are a lot of new features not included in the documentation, most of them are _somewhat_ simple.
This is a beta version, and has the Futura font and Help files imbedded in the application. This will be remedied on the gold release.
If you wish, you can use Font/DA Mover to move the Futura font to your System Folder. If you do, be sure to create a font suitcase and manually move it to the System Folder, as Font/DA Mover will put it in your System File rather than the System 7 Font folder.
The Help section is currently included in the same file, but will be broken out into a separate file. It is also not up to date. There are probably a few "new" bugs due to changing the Master Headers and Footers cards to the Utility bg in preparation for some more sweeping indexing and sorting changes. Please email any problems you find with this version to the author at
murray.altheim@hq.nasa.gov
Note also that you can option-drag on the document (not window) zoom box, which brings up a popup menu to resize the application window.
• Add standard command keys to paletteHelp
• ??Eliminate named anchor menu command, adding checkbox to dialog. If no text is selected, use dialog with entry for hot text. OR, at least show selected text as hot text in dialog as other command.
• Improve Image and Anchor Dialogs with popup of URL List. Add URL list on Prefs page, with popUp options to select from list.
• Delete Selected needs work on redundant dialogs.
• document preview? (HA!)
• move <BODY> to Header area
• drop <ADDRESS>+ into footer area (last address only!) (?)
• Convert CR to <P> in Selection
• Next Card/Prev Auto Create & card sorting
• investigate folder hierarchies
Change History
6/17/94 (r219)
• New Replace feature complete with Global Replace and "Mini GREP" (\r,\t,\n)). Will add to GREP features as time permits.
• Fixed a number of bugs that arose from switching MH and MF bgs.
• General cleanup of command keys and other stuff.
6/15/94 (r211)
• Changed MH & MF cards to Utility BG to move some features to bg script.
• Move Headings code to HTML handler.
• Remembers Tools location
• Fixed positioning of dialogs
• Added Utility menu on Tool Palette.
• Full implementation of Physical and Logical Styles with additions for StrikeThru, Subscript and Superscript. Eliminated obsolete PLAINTEXT tags.
6/9/94 (r200)
• Add and Strip Linefeeds command (for compatibility with UNIX servers).
• fixed menu updating for command keys
• removed redundant affirm dialogs on Import
• Added all File and Go menu items from palette to menubar and added Windows menu.
• fixed Command-S from Index Card (and prefs as well.)
• cleaned up startup process
6/6/94 (r192)
• help window now available from any card (stack script)
• added Size Window popUp menu (option-drag on document zoom box)
• added custom dialog for Image tags.
• added custom dialog for Anchor tags.
• using ShowDialog instead of ListSelect XCMD.
6/1/94 (r188)
• completed preliminary of Textoid-based Help
• fixed drag and drop bug (added TEXT file filter) on drag-and-drop appleEvent handler (?)
5/27/94 (r176)
• consolidated list handlers
• Added "Convert ¶ to <P>" feature
• Finally set up some menubar menus appropriate to application.
• Heading level no longer being reset on new card
• Maintain selection after Style Change Option
• Arrow keys now wrap within Editor window, first to last, last to first.
• Cleaned up Editor window a BIT.
5/25/94 (r172)
• Modified HTML commands to allow for insertion of codes rather than requiring a text selection. If the insertion point is in a field but the selection length = 0, then insert formatting symbols and place the cursor between them, as in <B>|</B>.
5/24/94 (r169)
• Added Table Replacement feature to replace forbidden characters with their less malignant counterparts using a replacement table. (ie., ™ -> (tm), ® -> (R), ” -> ", etc.)
• consolidated menu handling
5/21/94 (r165)
• Added character entity window to insert or scan for entities in the selection.
• Moved initialization handlers to card script to save space.
5/19/94 (r162)
• Added character entity table and cleaned up handling of Help
5/17/94 (r156)
• create new document or overwrite on import option rather than the current overwrite or abort option
• Fix Set TITLE to pick up old one
• fixed most of the Balloon Help text found on the editor window.
• Add HTML Title Tags now picks up current title
• added checkbox option on adding </BODY> and </HTML> tags to Master Footer 3, and enlarged its field rect.
• if selection already includes <Hx> then update to new heading level rather than surrounding it with new tags
5/12/94 (r143)
• change implementation of <BODY> tags - moved to end of Footer.
• create Add All Structural Tags and Check Document Structure commands for Body popUp menu.
• add Scroll to Top (scrolls Header, Body and Footer fields to top)
5/9/94 (r140)
• option on not translating date codes on export
• hidepalettes now includes scroll window
• Fixed showFree and zoomDocument, which occurred twice on opencard.
• Fixed <P> handler, putting it at stack level and handling a selection properly (was replacing selection with <P>)
• Fixed Quit HTML.edit on font missing error.
• Option on replace LF characters with returns on import.
5/13/94
• Fixed parsing on structure code (<HTML>, <HEAD>, etc.)
• Added Remove HTML Codes to HTML menu (does not remove <A>,<IMG> or complex codes).